Web Service to provide operations for the CyberStore Cart.
Uri: https://www.theoutdoorscompany.com/Ecommerce/Services/Cart.asmx
Method | AddItemToCart Adds an Item, by Item_ID, to the current shopping cart in a specified Quantity using the Unit of Measure. |
Method | AddItemToCartByPartNumber Adds an Item, by Part Number, to the current shopping cart in a specified Quantity using the Preferred Unit of Measure. Introduced in v2.19. |
Method | AddItemToCartByStockCode Adds an Item, by StockCode, to the current shopping cart in a specified Quantity using the Preferred Unit of Measure. |
Method | ClearCart Clears all lines from the shopper's current cart. Introduced in v.2.21 |
Method | DeleteCartLine Deletes the specified cart line. Introduced in v2.21 |
Method | GetCart Gets the current cart and details of the shopper. Introduced in v2.21. |
Method | GetCartItemCount |
Method | GetCategoryShipDateRestrictions |
Method | RestoreAddToCart Restores Items and Quantities of a Saved Cart into the current Shopping Cart. |
Method | SaveCart |
Method | UpdateCartLine Updates an existing line in a cart.Updates an existing line in the shopper's cart. Introduced in v2.21 |